migrate to @convex-dev/better-auth 0.8#485
Merged
SeanCassiere merged 6 commits intoTanStack:mainfrom Sep 20, 2025
Merged
Conversation
|
| Name | Link |
|---|---|
| 🔨 Latest commit | ac7fbf9 |
SeanCassiere
requested changes
Sep 19, 2025
Member
SeanCassiere
left a comment
There was a problem hiding this comment.
Could you run the lint script please?
Contributor
Author
|
@SeanCassiere I can but the failures are pre-existing. Example: #481 |
Contributor
Author
|
Pushed a fix:
Once this is merged your other PR's that are failing lint should succeed. |
Contributor
Author
|
Looks like |
Contributor
Author
|
Added src/utils/gh-sponsor-meta.json to .prettierignore - don't know if this is the solution you want, but there's another one-off file in there too. Passes now. |
Users are not currently supported in the component, and are tough to do well with npm apis. Recommend just listing specific packages that have a high download count for inclusion in stats
7efbc4a to
fc1cb0a
Compare
SeanCassiere
approved these changes
Sep 20, 2025
LeCarbonator
pushed a commit
to LeCarbonator/tanstack.com
that referenced
this pull request
Jan 11, 2026
…k#485) * migrate to @convex-dev/better-auth 0.8 * use ssr in account page and navbar * remove tannerlinsley from oss-stats npm orgs list Users are not currently supported in the component, and are tough to do well with npm apis. Recommend just listing specific packages that have a high download count for inclusion in stats * fix prettier errors * add gh-sponsor-meta.json to prettier ignore * undo prettierignore changes --------- Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
LeCarbonator
pushed a commit
to LeCarbonator/tanstack.com
that referenced
this pull request
Jan 11, 2026
…anStack#485)" (TanStack#490) This reverts commit de4967a.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates Convex + Better Auth to latest, cleaned things up a bit. Will follow up with auth for SSR.